projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f93f92f
)
(hexlify-buffer): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Nov 1993 15:57:50 +0000
(15:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 19 Nov 1993 15:57:50 +0000
(15:57 +0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index 4875647dc5501626ffaa514af6aca34c00cd0dc7..7238903eda73b115e741fbbc1f742470d2c6411a 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-494,6
+494,7
@@
You may also type up to 3 octal digits, to insert a character with that code"
;00000000: 0011 2233 4455 6677 8899 aabb ccdd eeff 0123456789ABCDEF
+;;;###autoload
(defun hexlify-buffer ()
"Convert a binary buffer to hexl format"
(interactive)